home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 27
/
CD da revista One Click #27 - Photoshop Megapack (2005).iso
/
Interface
/
it.dig
/
scripts
/
__Packages
/
mx
/
utils
/
ErrorStrings.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-28
|
266 b
|
16 lines
class mx.utils.ErrorStrings
{
function ErrorStrings()
{
}
static function getPlayerError(code)
{
var _loc1_ = "";
if(code === 0)
{
_loc1_ = "Index specified is not unique";
}
return _loc1_;
}
}